-
Notifications
You must be signed in to change notification settings - Fork 9
Pr chibios f274521d9942d7f383a4a45f83ec91f2365709fc #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
andyp1per
wants to merge
75
commits into
ArduPilot:master
Choose a base branch
from
andyp1per:pr-chibios-f274521d9942d7f383a4a45f83ec91f2365709fc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pr chibios f274521d9942d7f383a4a45f83ec91f2365709fc #4
andyp1per
wants to merge
75
commits into
ArduPilot:master
from
andyp1per:pr-chibios-f274521d9942d7f383a4a45f83ec91f2365709fc
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove calls to early_init and late_init for ArduPilot
Remove busy loop from timeout ISRs
add support for i2c_lld_reset
add support for i2c_lld_reset
support ALT bytes in XPI mode
support DMA-safe dummy data for send and receive
increase OTG stepping
add support for TIM8 and FDCAN handlers
git-svn-id: https://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x@16211 085d63ac-f8f8-4fb4-a5e5-c089fd4f3ff4
git-svn-id: https://svn.code.sf.net/p/chibios/code/branches/stable_21.11.x@16230 085d63ac-f8f8-4fb4-a5e5-c089fd4f3ff4
needed to ensure we get DMA lock before the bus lock, so we don't deadlock with another device on the same bus
move up to HAL_ChibiOS level
this provides a mechanism to force release a mutex
if phy not detected then return false instead of halting
we want to init if networking is enabled
…the network interface
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.26.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](certifi/python-certifi@2021.05.30...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
a shift of 11 is correct for MAVv1. In v2 it is 21, ETH_MACMDIOAR_PA_Pos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.